home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Arena Homepage
/
Amiga Arena Homepage CD Rom Edition.iso
/
Programme
/
Demoversionen
/
Anwender
/
ImEngV3.41p2
/
Extra
/
MainActor
/
Install
< prev
next >
Wrap
Text File
|
1997-01-06
|
685b
|
28 lines
; Install MainActor support scripts.
; © 1996 Simon Edwards
; This script installs some support scripts for MainActor.
(transcript "Installing...")
(message (cat "\nThis installs some support scripts for "
"using MainActor 1.55 and IE 3.0 together.\n"
"The scripts will be installed in your "
"MainActor:Rexx directory."
))
(working "Installing MainActor scripts...")
(copyfiles
(prompt "")
(help @copyfiles-help)
(files)
(pattern "#?.ma")
(source (pathonly @icon))
(dest "MainActor:Rexx")
)
(exit (cat
"Support scripts for MainActor have been installed in your "
"MainActor:Rexx directory. See the ReadMe file in "
"this directory for more information."))